Welcome![Sign In][Sign Up]
Location:
Search - ftp client java

Search list

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3621 | Author: 彭宇 | Hits:

[Multimedia programnetworktools

Description: 采用java开发的网络工具,有WEB浏览器,FTP网络文件传输,TELNET客户端的实例,等-using java development of the web-based tools, a Web browser, FTP network file transfer, TELNET client examples, etc.
Platform: | Size: 41392 | Author: pudnrabit | Hits:

[JSP/Javaftpkehuduan

Description: 学习采用java 进行ftp编程,仅提供参考属于客户端代码 -study conducted using java ftp program, is provided only reference client code
Platform: | Size: 5274 | Author: luzhaohua | Hits:

[WinSock-NDISFTPServer12

Description: 用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
Platform: | Size: 26328 | Author: 施成 | Hits:

[Ftp ClientFtpClientOperator

Description: java版的ftp实现.基于apache的ftp开发包.包括各种客户端操作:下载\上传\更改目录\更改文件名字\续传\配置等功能-java version of the ftp realize. The ftp-based development kit apache. include a variety of client-side steps: download upload file names to change the directory to change the configuration features such as Resume
Platform: | Size: 3072 | Author: liujinbo | Hits:

[JSP/JavaTCPClientServer

Description: 这是一个用java编写的模拟FTP的程序,其中包括服务器和客户端-This is a simulation using java prepared FTP procedures, including the server and client
Platform: | Size: 1024 | Author: 尚馨 | Hits:

[Internet-NetworkGFtpclient

Description: 用Java编写的简单ftp客户端,没有使用ftp包,自己建立的控制连接、数据连接。看了该程序后能理解网络通信的基本原理。服务器端用ftpserver,十分方便测试,附在压缩包内。还有我自己写的报告,还有编程时出现的问题及解决办法-Simple ftp client written in Java, do not use the ftp package, they established control connection and data connection. After reading the program can understand the basic principles of network communication. By ftpserver, server-side testing is very convenient, attached to the compressed package. There is a report I wrote it myself, there are programming problems and solutions
Platform: | Size: 1159168 | Author: guqi | Hits:

[JSP/JavaFTPClient

Description: ftpclient.rar (mo ta ftp client bang ngon ngu java)
Platform: | Size: 19456 | Author: phong | Hits:

[Internet-Networkeasyftpsvr-1.7.0.2

Description: ftpclient(mo ta va ftp client bang ngon ngu java
Platform: | Size: 547840 | Author: phong | Hits:

[Internet-Network27303661EchoExam

Description: java编写的一个ftp客户端程序,笔记适合java初学者学习-java write a ftp client program notes for java beginners to learn
Platform: | Size: 4096 | Author: uneThe | Hits:

[Internet-NetworkccFtp

Description: 用java写的j计算机网络的课程设计,功能是实现了一个FTP客户端,可以下载,上传,匿名登陆,断点续传等。-J using java to write the computer network curriculum design, function is to realize an FTP client, you can download, upload, anonymous visit, such as HTTP.
Platform: | Size: 7168 | Author: returfull | Hits:

[Internet-NetworkCorpClient

Description: 最全面的基于TCP/IP的FTP客户端,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP client, and chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 任崔昌 | Hits:

[Internet-NetworkFtpApplet

Description: Ftp客房端Applet源码实现了FTP的上传下载功能-This is a Java Applet sound code of a ftp client. It achieves upload and download functions.
Platform: | Size: 2048 | Author: electedivi | Hits:

[Internet-Networksimpleftp

Description: 用java写的ftp客户端程序大家可以拿去看看希望多提意见-used to write the ftp client program can be found to see if we want to speak up
Platform: | Size: 5120 | Author: eepconce | Hits:

[androidswiftp

Description: 基于Java开发的Android FTP服务器软件源码——SwiFTP,简单易用、体积小巧。默认运行在 2121 端口,也可以配置到其他端口上,SwiFTP 屏幕上将显示 wifi 的 IP 地址,支持任何一个 FTP 客户端软件-Java-based development of Android FTP server software source code- SwiFTP, easy to use, compact size. The default port is running in 2121, can also be configured to other ports, SwiFTP IP address is displayed wifi support any FTP client software
Platform: | Size: 4500480 | Author: gpudn26 | Hits:

[JSP/Javaftp4j-1.5.1

Description: 纯java实现的FTP客户端类库,可在程序中直接调用,使用FTP传送文件-Pure java implementation of FTP client library can be called directly in the program, using FTP to transfer files
Platform: | Size: 287744 | Author: Ben Chen | Hits:

[JSP/JavaUSEFTPAPPLET

Description: 摘要:Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Summary: Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. FtpClient using the new generation of new class instance, use login () method FTP server, call showFileContents () method to display the contents of the file. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether the user click the Connect button, if you click an event occurs, by calling the connect () method to connection. If evt.target == BtnClose calling
Platform: | Size: 8192 | Author: 郭涛 | Hits:

[JSP/Javauseftpapplet

Description: Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 -Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.
Platform: | Size: 8192 | Author: mpudn38 | Hits:

[Internet-NetworkFTPClient

Description: 用Java实现简单的FTP断点续传客户端,需要服务器IP地址,端口号,可选传输层为UDP还是TCP-Using Java to achieve a simple HTTP FTP client, you need a server IP address, port number, optional UDP or TCP transport layer
Platform: | Size: 253952 | Author: yuyang | Hits:

[JSP/Javajvftp-src-0_72

Description: java 写的ftp客户端程序,可以作为很好的参考。-write java ftp client program can serve as a good reference.
Platform: | Size: 123904 | Author: wei | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net